home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / Assignments.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(release).as
Text File  |  2005-02-28  |  99b  |  6 lines

  1. on(release){
  2.    this.gotoAndStop(2);
  3.    conn = 0;
  4.    this._parent._parent.as_win._x = -900;
  5. }
  6.